.com-pop {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: none; */
  height: 0;
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all 0.4s ease;
}
.com-pop .ok-bl {
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.com-pop.act {
  height: auto;
  visibility: visible;
  opacity: 1;
  width: auto;
}
.pop-in-c {
  position: relative;
  background: #fff;
  max-width: 250px;
  margin: auto;
  padding: 40px;
}
.pop-in-c .close {
  position: absolute;
  font-size: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.pop-in-c .txt {
  margin-bottom: 15px;
}

.comments-s {
  padding: 15px 10px 15px 10px;
  margin: auto;
}

.comments-s > .title {
  font-size: calc(var(--base-font-size, 0.625rem) * var(--x-large-font, 3.2));
  margin: 30px;
}

.comments-s .self-comment {
  display: flex;
  position: relative;
  display: flex;
  margin-bottom: 25px;
  padding-top: 5px;
}

.comments-s .self-comment .left-p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  min-width: 40px;
  margin-right: 20px;
}

.comments-s .self-comment .left-p img {
  width: 100%;
  border-radius: 50%;
}
.vf-content-editor-actions.vf-content-focus-container__editor-actions {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s ease;
}

.comments-s
  .self-comment
  .right-p
  .txrin.active
  .vf-content-editor-actions.vf-content-focus-container__editor-actions {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.4s ease;
  margin-top: 0;
  margin-bottom: -4px;
  margin-left: -10px;
  padding: 15px;
}

.is-size-large {
  padding: 0 15px;
  word-break: keep-all;
  color: #ea0a0a;
  border: 0;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.is-size-medium {
  background: #ea0a0a;
  border: none;
  outline: none;
  color: #fff;
  padding: 0.7em 1.1em;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 400;
}

.vf-content-editor-actions.vf-content-focus-container__editor-actions {
  background-color: rgba(0, 0, 0, 0.02);
  background-color: var(--primary-color-02, rgba(0, 0, 0, 0.02));
  display: flex;
  justify-content: flex-end;

  border-radius: 0 0 4px 4px;
}

.comments-s .self-comment .right-p {
  width: 100%;
}

.comments-s .self-comment .right-p .txrin {
  align-items: center;
  min-height: 0;
  padding-top: 12px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-radius: 4px;
}

.comments-s .self-comment .right-p .txrin textarea {
  overflow: hidden;
  overflow-wrap: break-word;
  background: none;
  outline: none;
  border: none;
  height: auto;
  width: 100%;
  resize: none;
  height: 24px;
  line-height: 1;
  min-height: 24px;
  padding: 0;
  margin: 0;
}

.comments-s .self-comment .right-p .txrin {
  --background-color: #fafafa;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  background-color: #fafafa;
  color: #000;
  position: relative;
}
.comments-s .self-comment .right-p .txrin:before {
  position: absolute;
  top: 18px;
  left: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: " ";
  pointer-events: none;
  background-color: var(--background-color, #fff);
  z-index: 2;
}

.comments-s .self-comment .right-p .txrin::after {
  position: absolute;
  top: 18px;
  left: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: " ";
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.02);
  background-color: var(--primary-color-02, rgba(0, 0, 0, 0.02));
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-left-color: rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  z-index: 3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
}

.comments-s .com-body {
}

.comments-s .com-body .head {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #ea5d5d; */
  border-bottom: 1px solid var(--primary-color-10, rgba(0, 0, 0, 0.1));
  margin-bottom: 1.7em;
}
.comments-s .com-body .head > div:first-child {
  border-bottom: 3px solid #ea5d5d;
  height: 33px;
  display: inline-block;
  width: auto;
  line-height: 33px;
  margin-bottom: -1px;
}

.comments-s .com-body .head .count {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
}

.comments-s .com-body .head .count span {
  background: #e5e5e5;

  margin-left: 5px;
  vertical-align: middle;
  font-size: 11px;
  padding: 0 2px;
  border-radius: 3px;
  color: #333;
}

.comments-s .com-body .head .right-part {
  line-height: 35px;
  text-transform: uppercase;
}

.comments-s .com-body .head .right-part .sel {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  color: #ea0a0a;
}

.comments-s .com-body .head .right-part .icc {
}

.comments-s .com-body .body {
  display: flex;
  flex-wrap: wrap;
}
.comments-s .com-body .body .for {
  position: relative;
  display: flex;
  padding: 15px 10px 15px 10px;
  /*    order: 2;*/
  width: 100%;
}

.comments-s .com-body .body .for.hidd {
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.comments-s .com-body .body .for.typing:not(.for.typing.hid) {
  /*    order: 1;*/
}
.comments-s .com-body .body .for.typing.first {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: inherit;
  padding-bottom: inherit;
  transition: all 0.3s ease;
}

.comments-s .com-body .body .for.hidd.first {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: inherit;
  padding-bottom: inherit;
  transition: all 0.3s ease;
}

.comments-s .com-body .body .for.typing:first-child {
  display: flex;
}

.ttxx {
}
.comments-s .com-body .body .for .bot-text {
  display: flex;
}
.comments-s .com-body .body .for .bot-text img {
  transition: all 0.1s ease;
}

.comments-s .com-body .body .for .ttxx {
  transition: all 0.1s ease;
}

.comments-s .com-body .body .for.typing .ttxx {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
#form_block {
  margin: 30px 0;
}
.comments-s .com-body .body .for .bot-text img {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.comments-s .com-body .body .for .bot-text img.conimg {
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  max-width: 100%;
}

.comments-s .com-body .body .for.typing .bot-text img {
  height: auto;
  visibility: visible;
  opacity: 1;
  width: 50px;
}

.comments-s .com-body .body .for .l-p {
  flex-shrink: 0;
}
.comments-s .com-body .body .for .l-p .pic {
  margin-right: 20px;
  border: 2px solid #ed0a82;
  padding: 3px;
  border-radius: 50%;
  font-size: 0;
}
.comments-s .com-body .body .for .l-p .pic img {
  border-radius: 50%;
  width: 50px;
  margin: 0;
  height: 50px;
  object-fit: cover;
}
.comments-s .com-body .body .for .r-p {
}
.comments-s .com-body .body .for .r-p .com-top {
  display: flex;
  align-items: center;
}
.comments-s .com-body .body .for .r-p .com-top .top-name {
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

.comments-s .com-body .body .for .r-p .com-top .top-status {
  padding: 2px 10px;
  margin: 0 4px;
  background: #fff2f2;
  color: #ed0a82;
  line-height: 1;
  font-size: 12px;
}
.comments-s .com-body .body .for .r-p .com-top .top-time {
  margin-left: 6px;
  font-size: 12px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}

.comments-s .com-body .body .for .r-p .com-top .top-time:before {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: calc(50% - 2px);
  left: -6px;
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  content: " ";
}

.comments-s .com-body .body .for .r-p .com-bot {
}

.comments-s .com-body .body .for .r-p .com-bot .bot-text {
  font-size: 14px;
  padding: 15px 0;
  font-weight: 300;
  text-align: left;
  flex-wrap: wrap;
}

.comments-s .com-body .body .for .r-p .com-bot .bot-inf {
  display: flex;
}

.comments-s .com-body .body .for .r-p .com-bot .bot-inf .bot-otv {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
}

.comments-s .com-body .body .for .r-p .com-bot .bot-inf .bot-otv a {
}

.comments-s .com-body .body .for .r-p .com-bot .bot-rating {
  display: flex;
  align-items: center;
}

.comments-s .com-body .body .for .r-p .com-bot .bot-rating .topr {
  display: flex;
  align-items: center;

  font-size: 10px;
  margin-right: 10px;
  font-size: 14px;
}
.comments-s .com-body .body .for .r-p .com-bot .bot-rating .topr:before {
  width: 15px;
  height: 15px;
  background: url(rat.svg) 0 0 no-repeat;

  font-size: 14px;
  display: block;
  content: "";
  margin-right: 3px;
}

.comments-s .com-body .body .for .r-p .com-bot .bot-rating .botr {
  position: relative;
  font-size: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.comments-s .com-body .body .for .r-p .com-bot .bot-rating .botr:before {
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(-180deg);
  background: url(rat.svg) 0 0 no-repeat;
  margin-left: 10px;

  font-size: 14px;
  content: "";
  margin-right: 3px;
}

.Ads_megaBannerTopFallBackContainer {
  background: url(bgg.png) 0 0 no-repeat;
  background-size: contain;
  font-size: 0;
}

@media (max-width: 1440px) {
  .Footer-Block_sections,
  .Footer-Block_services {
    flex-wrap: wrap;
  }
  .Footer-Block_suscription {
    background-color: #f2f2f2;
    flex-wrap: wrap;
  }
  .Footer-Block_membersSocial {
    width: 100%;
    justify-content: space-around;
    padding: 30px 0 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .Footer-Block_services {
    flex-direction: column;
  }
}
